From ea4bed8de9779ca5799b754c31f3a1a4ccf1af02 Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Mon, 7 Sep 2020 01:33:24 +0200 Subject: [PATCH] debian/control: xen-doc: add ${misc:Depends} Lintian complains: W: xen source: debhelper-but-no-misc-depends xen-doc N: N: The source package uses debhelper, but it does not include N: ${misc:Depends} in the given binary package's debian/control entry. Any N: debhelper command may add dependencies to ${misc:Depends} that are N: required for the work that it does, so recommended best practice is to N: always add ${misc:Depends} to the dependencies of each binary package if N: debhelper is in use. N: N: Refer to the debhelper(7) manual page for details. N: N: Severity: warning N: N: Check: debhelper Signed-off-by: Hans van Kranenburg --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index ca54be9c0f..cebcb37871 100644 --- a/debian/control +++ b/debian/control @@ -87,6 +87,7 @@ Description: Xen Hypervisor - common files Package: xen-doc Section: doc Architecture: amd64 i386 armhf arm64 +Depends: ${misc:Depends} Description: XEN documentation Documentation for the Xen hypervisor and surrounding software, including descriptions of the hypercall interfaces and of some -- 2.30.2